www.gusucode.com > 落叶冰点万能企业网站内容管理系统 V9.1 > 落叶冰点万能企业网站内容管理系统 V9.1\code\admin\D_edit_pinlun.asp

    <%


'**************************************************************
' 新动软网站管理系统
' 官方网站: http://www.aspcpu.com
' 系统作者: 阮丁远(网名:天下程序)
' Copyright 新动软网站管理系统 版权所有
'**************************************************************


%>





<LINK href="css.css" type=text/css rel=stylesheet>
<%

dir_set="../"
Server.ScriptTimeout = 99999

%>


<!--#include file=../inc/conn.asp-->
<!--#include file=../inc/Functionb.asp-->

<!--#include file=../inc/ajaxLIB.asp-->

<!--#include file=inc/checkadmin1.asp-->

<!--#include file=../inc/functionFiless.asp-->




<!--#include file=../inc/ND_class_function.asp-->



<%
AJAXshowLoader()


%>



<style type="text/css">
<!--
.STYLE3 {
	color: #FFFFFF;
	font-weight: bold;
}
-->
</style>



<div id="divProcessing" style="width:200px;height:30px;position:absolute;display:none">
<table border="0" cellpadding="0" cellspacing="1" bgcolor="#000000" width="100%" height="100%"><tr><td bgcolor=#0650D2><marquee align="middle" behavior="alternate" scrollamount="5" style="font-size:9pt"><font color=#FFFFFF>...正在保存远程图片...请等待...</font></marquee></td></tr></table>
</div>

<br />


<div  id="l_list" style="filter:blendTrans(duration=1);  width:774px; z-index:-1; border: 1px dashed #999999;left: 3px; top: 120px; height: 121px;width:730px">



<%
biao2="[ND_pinlun]"






sys_content_type=trim(request("sys_content_type"))
lanmu_type=trim(request("lanmu_type"))






set rs44g=server.CreateObject("adodb.recordset")
rs44g.open "select * from ND_channel where sys_content_type_name='"&sys_content_type&"' and lanmu_type='"&lanmu_type&"'",conn,1,1
if find_dataw(lanmu_type,rs44g("id"),6)<>"1" and qx_if_max=0 then
response.redirect "D_suodinguser.asp"
end if






if sys_content_type="" then 

%>
<script language="javascript">
alert("url参数sys_content_type不能为空");


</script>

<%

response.end
end if








set rs22=server.CreateObject("adodb.recordset")
rs22.open "select * from "&biao2&" where id="&request("id"),conn,1,3








%>

<script src="../../ND_editor/FCKeditor2_5/FCKeditor.js"></script>


<script type="text/javascript">
<!--
function remoteUpload(o) {
	try{
		var strText = GetContentHTML() ;
var divProcessing=document.getElementById("divProcessing");
		var objField = document.getElementsByName("content_UploadText")[0];
		objField.value = strText ;

		if (o) {
			divProcessing.style.top = 500 ;
			divProcessing.style.left = 200 ;
			divProcessing.style.display = "";
			document.remoteuploadb.submit();
		}else{
			divProcessing.style.display = "none";
		}
	}
	catch(e){}
} 

function remoteUploadok() {
	try{
	divProcessing.style.display = "none";
	}
	catch(e){}
}

function GetContentHTML(){
	var strHTML ;
	try{
		var oEditor = FCKeditorAPI.GetInstance('Content') ;
		strHTML = oEditor.GetXHTML()
	}
	catch(e){
		strHTML = '';
	}
	return strHTML
}


var sLinkOriginalFileName = "originalfilename" ;
var sLinkSaveFileName = "savefilename" ;
var sLinkSavePathFileName = "UploadFileList" ;

function addUploadFile(originalFileName, saveFileName, savePathFileName){
	doInterfaceUpload(sLinkOriginalFileName, originalFileName);
	doInterfaceUpload(sLinkSaveFileName, saveFileName);
	doInterfaceUpload(sLinkSavePathFileName, savePathFileName);
}
function doInterfaceUpload(strLinkName, strValue){
	if (strValue=="") return;
	if (strLinkName){
		var objLinkUpload = document.getElementsByName(strLinkName)[0];
		if (objLinkUpload){
			if (objLinkUpload.value!=""){
				objLinkUpload.value = objLinkUpload.value + "|";
			}
			objLinkUpload.value = objLinkUpload.value + strValue;
			objLinkUpload.fireEvent("onchange");
		}
	}
}






function doChange(objText, objDrop){
	if (!objDrop) return;
	//if(document.myform.BriefTopic.selectedIndex<2){
	//	document.myform.BriefTopic.selectedIndex+=1;
	//}
	var str = objText.value;
	var arr = str.split("|");
	var nIndex = objDrop.selectedIndex;
	objDrop.length=1;
	for (var i=0; i<arr.length; i++){
		objDrop.options[objDrop.length] = new Option(arr[i], arr[i]);
	}
	objDrop.selectedIndex = nIndex;
}

//-->
</script>




<script language= JavaScript>
function SelectPic(){
  var arr=window.open('../D_select_upload_pic.asp', '', 'titlebar=no, toolbar=no, scrollbar=yes,Width=800, Height=600');
  if(arr!=null){
    //var ss=arr.split('|');
    //document.all.myform.ImageUrl.value=ss[0];
    //document.myform.ImageFileList.value=ss[0];
  }
  
  else
  {
  
  alert("弹出窗口被系统拦截掉了,请修改你系统设置")
  }
  
}
</script>




<form action="D_chk_edit_pinlun.asp" method="post" target="_self" name="myform" id="myform">
<table  height="30" width=730 border="0" cellpadding="2" cellspacing="0" bordercolor="#999999" style="border:#999999 1px">

<tr>

<td>

<table  height="455" width=730 border="0" cellpadding="0" cellspacing="0" bordercolor="#999999">




<tr>
<td height="30" align="center" class="adminth" colspan="4"><span class="STYLE3">添加文章  </span></td>
</tr>





<tr>
<td width="139" height="32" align="center" bgcolor="#ffffff">


<strong><b>评论者用户名:</b></strong><br></td>

<td width="591" align="left" bgcolor="#EDF8FE" colspan="3">



<input type="text" value="<%=Rs22("username")%>" size="80" name="uname" /></td>
</tr>




<tr>
<td width="139" height="32" align="center" bgcolor="#ffffff">


<strong><b>评论时间/IP地址:</b></strong><br></td>

<td width="591" align="left" bgcolor="#EDF8FE" colspan="3">



<%=Rs22("postime")%> / <%=Rs22("postip")%></td>
</tr>

<tr>
<td width="139" height="32" align="center" bgcolor="#ffffff">


<strong><b>用户评分:</b></strong><br></td>

<td width="591" align="left" bgcolor="#EDF8FE" colspan="3">



<input type="text" value="<%=Rs22("fen")%>" size="80" name="fen" /></td>
</tr>

<tr>
<td width="139" height="283" align="center" bgcolor="#ffffff">


<strong><b>评论内容:</b></strong><br></td>

<td width="591" align="left" bgcolor="#EDF8FE" colspan="3">




<textarea name="Content" id="Content" cols="80" rows="20"><%=replace(replace_textare_for_editor(Rs22("content")&""),"%",chr(37))%></textarea></td>
</tr>







<tr>
<td height="30" align="center" bgcolor="#D5EFFD" colspan="4">
  <input type="submit" value="修 改" /></td>
</tr>


<tr>
<td height="80" align="center" bgcolor="#ffffff" colspan="4"></td>
</tr>
</table>


</td>
</tr>
</table>


<input type="hidden" name="id" value="<%=request("id")%>"/>

	 
	<input type="hidden" id="sys_content_type" name="sys_content_type" value="<%=sys_content_type%>" />
			  
	<input type="hidden" id="pageb" name="pageb" value="<%=request("pageb")%>" />
	
			  
		<input type="hidden" id="lanmu_type" name="lanmu_type" value="<%=lanmu_type%>" />	 
</form>


<form name="remoteuploadb" id="remoteuploadb" action="../D_remoteupload.asp" method="post" target="remoteupload">
<input type="hidden" name="content_UploadText" value=""/>
</form>
<iframe name="remoteupload" width="0" height="0"></iframe>

</div>





<script language=javascript>
AJAXfade(1,'l_list')





</script>
<%
AJAXcloseLoader()
%>